func crypto/internal/mlkem768.pkeEncrypt
3 uses
crypto/internal/mlkem768 (current package)
mlkem768.go#L285: c = pkeEncrypt(cc, &ex, m, r)
mlkem768.go#L323: func pkeEncrypt(cc *[CiphertextSize]byte, ex *encryptionKey, m *[messageSize]byte, rnd []byte) []byte {
mlkem768.go#L393: c1 := pkeEncrypt(&cc, &dk.encryptionKey, (*[32]byte)(m), r)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |